home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/AFPrefs', margin_height: 0, margin_width: 0)
- {
- view(align_children: align_left, dwidth: gPrefsPanelWidth)
- {
- cluster(name: '$$$/Dialogs/AFPrefs/General', dwidth: gPrefsPanelWidth, dheight: gPrefsPanelHeight, align_children: align_left)
- {
- check_box(item_id: 'auto', name: '$$$/Dialogs/AFPrefs/Auto');
- check_box(item_id: 'focs', name: '$$$/Dialogs/AFPrefs/Focus');
- check_box(item_id: 'high', name: '$$$/Dialogs/AFPrefs/Highlight');
- view(align_children: align_row) {
- gap(width: 10);
- static_text(item_id: 'txt1', name: '$$$/Dialogs/AFPrefs/HighColor');
- button(item_id: 'col1', picture: true, height: 20, width: 22);
- }
- }
- }
- }
-